home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / strategy / xshisen-.001 / xshisen-~ / xshisen-1.35 / configure < prev    next >
Text File  |  1996-01-25  |  56KB  |  1,952 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.7 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14. ac_default_prefix=/usr/local
  15. ac_help="$ac_help
  16.   --with-x                use the X Window System"
  17. ac_help="$ac_help
  18.   --with-xpm-include=DIR    XPM include files are in DIR"
  19. ac_help="$ac_help
  20.   --with-xpm-lib=DIR        XPM library file is in DIR"
  21. ac_help="$ac_help
  22.   --with-motif-include=DIR  Motif include files are in DIR"
  23. ac_help="$ac_help
  24.   --with-motif-lib=DIR      Motif library files are in DIR"
  25. ac_help="$ac_help
  26.   --with-motif              Use Motif Tool kit"
  27. ac_help="$ac_help
  28.   --enable-dupscore         Allow one user to register multiple high score"
  29. ac_help="$ac_help
  30.   --enable-japanese={jis|euc|sjis}   Enable kanji player names"
  31.  
  32. # Initialize some variables set by options.
  33. # The variables have the same names as the options, with
  34. # dashes changed to underlines.
  35. build=NONE
  36. cache_file=./config.cache
  37. exec_prefix=NONE
  38. host=NONE
  39. no_create=
  40. nonopt=NONE
  41. no_recursion=
  42. prefix=NONE
  43. program_prefix=NONE
  44. program_suffix=NONE
  45. program_transform_name=s,x,x,
  46. silent=
  47. site=
  48. srcdir=
  49. target=NONE
  50. verbose=
  51. x_includes=NONE
  52. x_libraries=NONE
  53. bindir='${exec_prefix}/bin'
  54. sbindir='${exec_prefix}/sbin'
  55. libexecdir='${exec_prefix}/libexec'
  56. datadir='${prefix}/share'
  57. sysconfdir='${prefix}/etc'
  58. sharedstatedir='${prefix}/com'
  59. localstatedir='${prefix}/var'
  60. libdir='${exec_prefix}/lib'
  61. includedir='${prefix}/include'
  62. oldincludedir='/usr/include'
  63. infodir='${prefix}/info'
  64. mandir='${prefix}/man'
  65.  
  66. # Initialize some other variables.
  67. subdirs=
  68. MFLAGS= MAKEFLAGS=
  69.  
  70. ac_prev=
  71. for ac_option
  72. do
  73.  
  74.   # If the previous option needs an argument, assign it.
  75.   if test -n "$ac_prev"; then
  76.     eval "$ac_prev=\$ac_option"
  77.     ac_prev=
  78.     continue
  79.   fi
  80.  
  81.   case "$ac_option" in
  82.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  83.   *) ac_optarg= ;;
  84.   esac
  85.  
  86.   # Accept the important Cygnus configure options, so we can diagnose typos.
  87.  
  88.   case "$ac_option" in
  89.  
  90.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  91.     ac_prev=bindir ;;
  92.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  93.     bindir="$ac_optarg" ;;
  94.  
  95.   -build | --build | --buil | --bui | --bu)
  96.     ac_prev=build ;;
  97.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  98.     build="$ac_optarg" ;;
  99.  
  100.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  101.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  102.     ac_prev=cache_file ;;
  103.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  104.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  105.     cache_file="$ac_optarg" ;;
  106.  
  107.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  108.     ac_prev=datadir ;;
  109.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  110.   | --da=*)
  111.     datadir="$ac_optarg" ;;
  112.  
  113.   -disable-* | --disable-*)
  114.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  115.     # Reject names that are not valid shell variable names.
  116.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  117.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  118.     fi
  119.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  120.     eval "enable_${ac_feature}=no" ;;
  121.  
  122.   -enable-* | --enable-*)
  123.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  124.     # Reject names that are not valid shell variable names.
  125.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  126.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  127.     fi
  128.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  129.     case "$ac_option" in
  130.       *=*) ;;
  131.       *) ac_optarg=yes ;;
  132.     esac
  133.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  134.  
  135.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  136.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  137.   | --exec | --exe | --ex)
  138.     ac_prev=exec_prefix ;;
  139.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  140.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  141.   | --exec=* | --exe=* | --ex=*)
  142.     exec_prefix="$ac_optarg" ;;
  143.  
  144.   -gas | --gas | --ga | --g)
  145.     # Obsolete; use --with-gas.
  146.     with_gas=yes ;;
  147.  
  148.   -help | --help | --hel | --he)
  149.     # Omit some internal or obsolete options to make the list less imposing.
  150.     # This message is too long to be a string in the A/UX 3.1 sh.
  151.     cat << EOF
  152. Usage: configure [options] [host]
  153. Options: [defaults in brackets after descriptions]
  154. Configuration:
  155.   --cache-file=FILE       cache test results in FILE
  156.   --help                  print this message
  157.   --no-create             do not create output files
  158.   --quiet, --silent       do not print \`checking...' messages
  159.   --version               print the version of autoconf that created configure
  160. Directory and file names:
  161.   --prefix=PREFIX         install architecture-independent files in PREFIX
  162.                           [$ac_default_prefix]
  163.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  164.                           [same as prefix]
  165.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  166.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  167.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  168.   --datadir=DIR           read-only architecture-independent data in DIR
  169.                           [PREFIX/share]
  170.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  171.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  172.                           [PREFIX/com]
  173.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  174.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  175.   --includedir=DIR        C header files in DIR [PREFIX/include]
  176.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  177.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  178.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  179.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  180.   --program-prefix=PREFIX prepend PREFIX to installed program names
  181.   --program-suffix=SUFFIX append SUFFIX to installed program names
  182.   --program-transform-name=PROGRAM
  183.                           run sed PROGRAM on installed program names
  184. EOF
  185.     cat << EOF
  186. Host type:
  187.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  188.   --host=HOST             configure for HOST [guessed]
  189.   --target=TARGET         configure for TARGET [TARGET=HOST]
  190. Features and packages:
  191.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  192.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  193.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  194.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  195.   --x-includes=DIR        X include files are in DIR
  196.   --x-libraries=DIR       X library files are in DIR
  197. EOF
  198.     if test -n "$ac_help"; then
  199.       echo "--enable and --with options recognized:$ac_help"
  200.     fi
  201.     exit 0 ;;
  202.  
  203.   -host | --host | --hos | --ho)
  204.     ac_prev=host ;;
  205.   -host=* | --host=* | --hos=* | --ho=*)
  206.     host="$ac_optarg" ;;
  207.  
  208.   -includedir | --includedir | --includedi | --included | --include \
  209.   | --includ | --inclu | --incl | --inc)
  210.     ac_prev=includedir ;;
  211.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  212.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  213.     includedir="$ac_optarg" ;;
  214.  
  215.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  216.     ac_prev=infodir ;;
  217.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  218.     infodir="$ac_optarg" ;;
  219.  
  220.   -libdir | --libdir | --libdi | --libd)
  221.     ac_prev=libdir ;;
  222.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  223.     libdir="$ac_optarg" ;;
  224.  
  225.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  226.   | --libexe | --libex | --libe)
  227.     ac_prev=libexecdir ;;
  228.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  229.   | --libexe=* | --libex=* | --libe=*)
  230.     libexecdir="$ac_optarg" ;;
  231.  
  232.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  233.   | --localstate | --localstat | --localsta | --localst \
  234.   | --locals | --local | --loca | --loc | --lo)
  235.     ac_prev=localstatedir ;;
  236.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  237.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  238.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  239.     localstatedir="$ac_optarg" ;;
  240.  
  241.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  242.     ac_prev=mandir ;;
  243.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  244.     mandir="$ac_optarg" ;;
  245.  
  246.   -nfp | --nfp | --nf)
  247.     # Obsolete; use --without-fp.
  248.     with_fp=no ;;
  249.  
  250.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  251.   | --no-cr | --no-c)
  252.     no_create=yes ;;
  253.  
  254.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  255.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  256.     no_recursion=yes ;;
  257.  
  258.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  259.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  260.   | --oldin | --oldi | --old | --ol | --o)
  261.     ac_prev=oldincludedir ;;
  262.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  263.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  264.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  265.     oldincludedir="$ac_optarg" ;;
  266.  
  267.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  268.     ac_prev=prefix ;;
  269.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  270.     prefix="$ac_optarg" ;;
  271.  
  272.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  273.   | --program-pre | --program-pr | --program-p)
  274.     ac_prev=program_prefix ;;
  275.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  276.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  277.     program_prefix="$ac_optarg" ;;
  278.  
  279.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  280.   | --program-suf | --program-su | --program-s)
  281.     ac_prev=program_suffix ;;
  282.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  283.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  284.     program_suffix="$ac_optarg" ;;
  285.  
  286.   -program-transform-name | --program-transform-name \
  287.   | --program-transform-nam | --program-transform-na \
  288.   | --program-transform-n | --program-transform- \
  289.   | --program-transform | --program-transfor \
  290.   | --program-transfo | --program-transf \
  291.   | --program-trans | --program-tran \
  292.   | --progr-tra | --program-tr | --program-t)
  293.     ac_prev=program_transform_name ;;
  294.   -program-transform-name=* | --program-transform-name=* \
  295.   | --program-transform-nam=* | --program-transform-na=* \
  296.   | --program-transform-n=* | --program-transform-=* \
  297.   | --program-transform=* | --program-transfor=* \
  298.   | --program-transfo=* | --program-transf=* \
  299.   | --program-trans=* | --program-tran=* \
  300.   | --progr-tra=* | --program-tr=* | --program-t=*)
  301.     program_transform_name="$ac_optarg" ;;
  302.  
  303.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  304.   | -silent | --silent | --silen | --sile | --sil)
  305.     silent=yes ;;
  306.  
  307.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  308.     ac_prev=sbindir ;;
  309.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  310.   | --sbi=* | --sb=*)
  311.     sbindir="$ac_optarg" ;;
  312.  
  313.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  314.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  315.   | --sharedst | --shareds | --shared | --share | --shar \
  316.   | --sha | --sh)
  317.     ac_prev=sharedstatedir ;;
  318.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  319.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  320.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  321.   | --sha=* | --sh=*)
  322.     sharedstatedir="$ac_optarg" ;;
  323.  
  324.   -site | --site | --sit)
  325.     ac_prev=site ;;
  326.   -site=* | --site=* | --sit=*)
  327.     site="$ac_optarg" ;;
  328.  
  329.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  330.     ac_prev=srcdir ;;
  331.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  332.     srcdir="$ac_optarg" ;;
  333.  
  334.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  335.   | --syscon | --sysco | --sysc | --sys | --sy)
  336.     ac_prev=sysconfdir ;;
  337.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  338.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  339.     sysconfdir="$ac_optarg" ;;
  340.  
  341.   -target | --target | --targe | --targ | --tar | --ta | --t)
  342.     ac_prev=target ;;
  343.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  344.     target="$ac_optarg" ;;
  345.  
  346.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  347.     verbose=yes ;;
  348.  
  349.   -version | --version | --versio | --versi | --vers)
  350.     echo "configure generated by autoconf version 2.7"
  351.     exit 0 ;;
  352.  
  353.   -with-* | --with-*)
  354.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  355.     # Reject names that are not valid shell variable names.
  356.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  357.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  358.     fi
  359.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  360.     case "$ac_option" in
  361.       *=*) ;;
  362.       *) ac_optarg=yes ;;
  363.     esac
  364.     eval "with_${ac_package}='$ac_optarg'" ;;
  365.  
  366.   -without-* | --without-*)
  367.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  368.     # Reject names that are not valid shell variable names.
  369.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  370.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  371.     fi
  372.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  373.     eval "with_${ac_package}=no" ;;
  374.  
  375.   --x)
  376.     # Obsolete; use --with-x.
  377.     with_x=yes ;;
  378.  
  379.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  380.   | --x-incl | --x-inc | --x-in | --x-i)
  381.     ac_prev=x_includes ;;
  382.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  383.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  384.     x_includes="$ac_optarg" ;;
  385.  
  386.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  387.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  388.     ac_prev=x_libraries ;;
  389.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  390.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  391.     x_libraries="$ac_optarg" ;;
  392.  
  393.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  394.     ;;
  395.  
  396.   *)
  397.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  398.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  399.     fi
  400.     if test "x$nonopt" != xNONE; then
  401.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  402.     fi
  403.     nonopt="$ac_option"
  404.     ;;
  405.  
  406.   esac
  407. done
  408.  
  409. if test -n "$ac_prev"; then
  410.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  411. fi
  412.  
  413. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  414.  
  415. # File descriptor usage:
  416. # 0 standard input
  417. # 1 file creation
  418. # 2 errors and warnings
  419. # 3 some systems may open it to /dev/tty
  420. # 4 used on the Kubota Titan
  421. # 6 checking for... messages and results
  422. # 5 compiler messages saved in config.log
  423. if test "$silent" = yes; then
  424.   exec 6>/dev/null
  425. else
  426.   exec 6>&1
  427. fi
  428. exec 5>./config.log
  429.  
  430. echo "\
  431. This file contains any messages produced by compilers while
  432. running configure, to aid debugging if configure makes a mistake.
  433. " 1>&5
  434.  
  435. # Strip out --no-create and --no-recursion so they do not pile up.
  436. # Also quote any args containing shell metacharacters.
  437. ac_configure_args=
  438. for ac_arg
  439. do
  440.   case "$ac_arg" in
  441.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  442.   | --no-cr | --no-c) ;;
  443.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  444.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  445.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  446.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  447.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  448.   esac
  449. done
  450.  
  451. # NLS nuisances.
  452. # Only set LANG and LC_ALL to C if already set.
  453. # These must not be set unconditionally because not all systems understand
  454. # e.g. LANG=C (notably SCO).
  455. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  456. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  457.  
  458. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  459. rm -rf conftest* confdefs.h
  460. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  461. echo > confdefs.h
  462.  
  463. # A filename unique to this package, relative to the directory that
  464. # configure is in, which we can look for to find out if srcdir is correct.
  465. ac_unique_file=body.h
  466.  
  467. # Find the source files, if location was not specified.
  468. if test -z "$srcdir"; then
  469.   ac_srcdir_defaulted=yes
  470.   # Try the directory containing this script, then its parent.
  471.   ac_prog=$0
  472.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  473.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  474.   srcdir=$ac_confdir
  475.   if test ! -r $srcdir/$ac_unique_file; then
  476.     srcdir=..
  477.   fi
  478. else
  479.   ac_srcdir_defaulted=no
  480. fi
  481. if test ! -r $srcdir/$ac_unique_file; then
  482.   if test "$ac_srcdir_defaulted" = yes; then
  483.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  484.   else
  485.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  486.   fi
  487. fi
  488. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  489.  
  490. # Prefer explicitly selected file to automatically selected ones.
  491. if test -z "$CONFIG_SITE"; then
  492.   if test "x$prefix" != xNONE; then
  493.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  494.   else
  495.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  496.   fi
  497. fi
  498. for ac_site_file in $CONFIG_SITE; do
  499.   if test -r "$ac_site_file"; then
  500.     echo "loading site script $ac_site_file"
  501.     . "$ac_site_file"
  502.   fi
  503. done
  504.  
  505. if test -r "$cache_file"; then
  506.   echo "loading cache $cache_file"
  507.   . $cache_file
  508. else
  509.   echo "creating cache $cache_file"
  510.   > $cache_file
  511. fi
  512.  
  513. ac_ext=c
  514. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  515. ac_cpp='echo $CPP $CPPFLAGS 1>&5;
  516. $CPP $CPPFLAGS'
  517. ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  518. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  519. ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  520. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  521.  
  522. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  523.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  524.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  525.     ac_n= ac_c='
  526. ' ac_t='    '
  527.   else
  528.     ac_n=-n ac_c= ac_t=
  529.   fi
  530. else
  531.   ac_n= ac_c='\c' ac_t=
  532. fi
  533.  
  534.  
  535.  
  536. # Extract the first word of "gcc", so it can be a program name with args.
  537. set dummy gcc; ac_word=$2
  538. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  539. if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  540.   echo $ac_n "(cached) $ac_c" 1>&6
  541. else
  542.   if test -n "$CC"; then
  543.   ac_cv_prog_CC="$CC" # Let the user override the test.
  544. else
  545.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  546.   for ac_dir in $PATH; do
  547.     test -z "$ac_dir" && ac_dir=.
  548.     if test -f $ac_dir/$ac_word; then
  549.       ac_cv_prog_CC="gcc"
  550.       break
  551.     fi
  552.   done
  553.   IFS="$ac_save_ifs"
  554.   test -z "$ac_cv_prog_CC" && ac_cv_prog_CC="cc"
  555. fi
  556. fi
  557. CC="$ac_cv_prog_CC"
  558. if test -n "$CC"; then
  559.   echo "$ac_t""$CC" 1>&6
  560. else
  561.   echo "$ac_t""no" 1>&6
  562. fi
  563.  
  564.  
  565. echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  566. if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  567.   echo $ac_n "(cached) $ac_c" 1>&6
  568. else
  569.   cat > conftest.c <<EOF
  570. #ifdef __GNUC__
  571.   yes;
  572. #endif
  573. EOF
  574. if ${CC-cc} -E conftest.c 2>&5 | egrep yes >/dev/null 2>&1; then
  575.   ac_cv_prog_gcc=yes
  576. else
  577.   ac_cv_prog_gcc=no
  578. fi
  579. fi
  580.  
  581. echo "$ac_t""$ac_cv_prog_gcc" 1>&6
  582. if test $ac_cv_prog_gcc = yes; then
  583.   GCC=yes
  584.   if test "${CFLAGS+set}" != set; then
  585.     echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  586. if eval "test \"`echo '$''{'ac_cv_prog_gcc_g'+set}'`\" = set"; then
  587.   echo $ac_n "(cached) $ac_c" 1>&6
  588. else
  589.   echo 'void f(){}' > conftest.c
  590. if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
  591.   ac_cv_prog_gcc_g=yes
  592. else
  593.   ac_cv_prog_gcc_g=no
  594. fi
  595. rm -f conftest*
  596.  
  597. fi
  598.  
  599. echo "$ac_t""$ac_cv_prog_gcc_g" 1>&6
  600.     if test $ac_cv_prog_gcc_g = yes; then
  601.       CFLAGS="-g -O"
  602.     else
  603.       CFLAGS="-O"
  604.     fi
  605.   fi
  606. else
  607.   GCC=
  608.   test "${CFLAGS+set}" = set || CFLAGS="-g"
  609. fi
  610.  
  611. for ac_prog in $CCC c++ g++ gcc CC cxx
  612. do
  613. # Extract the first word of "$ac_prog", so it can be a program name with args.
  614. set dummy $ac_prog; ac_word=$2
  615. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  616. if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  617.   echo $ac_n "(cached) $ac_c" 1>&6
  618. else
  619.   if test -n "$CXX"; then
  620.   ac_cv_prog_CXX="$CXX" # Let the user override the test.
  621. else
  622.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  623.   for ac_dir in $PATH; do
  624.     test -z "$ac_dir" && ac_dir=.
  625.     if test -f $ac_dir/$ac_word; then
  626.       ac_cv_prog_CXX="$ac_prog"
  627.       break
  628.     fi
  629.   done
  630.   IFS="$ac_save_ifs"
  631. fi
  632. fi
  633. CXX="$ac_cv_prog_CXX"
  634. if test -n "$CXX"; then
  635.   echo "$ac_t""$CXX" 1>&6
  636. else
  637.   echo "$ac_t""no" 1>&6
  638. fi
  639.  
  640. test -n "$CXX" && break
  641. done
  642. test -n "$CXX" || CXX="gcc"
  643.  
  644.  
  645. echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
  646. if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  647.   echo $ac_n "(cached) $ac_c" 1>&6
  648. else
  649.   cat > conftest.C <<EOF
  650. #ifdef __GNUC__
  651.   yes;
  652. #endif
  653. EOF
  654. if ${CXX-g++} -E conftest.C 2>&5 | egrep yes >/dev/null 2>&1; then
  655.   ac_cv_prog_gxx=yes
  656. else
  657.   ac_cv_prog_gxx=no
  658. fi
  659. fi
  660.  
  661. echo "$ac_t""$ac_cv_prog_gxx" 1>&6
  662. if test $ac_cv_prog_gxx = yes; then
  663.   GXX=yes
  664.   if test "${CXXFLAGS+set}" != set; then
  665.     echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
  666. if eval "test \"`echo '$''{'ac_cv_prog_gxx_g'+set}'`\" = set"; then
  667.   echo $ac_n "(cached) $ac_c" 1>&6
  668. else
  669.   echo 'void f(){}' > conftest.cc
  670. if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  671.   ac_cv_prog_gxx_g=yes
  672. else
  673.   ac_cv_prog_gxx_g=no
  674. fi
  675. rm -f conftest*
  676.  
  677. fi
  678.  
  679. echo "$ac_t""$ac_cv_prog_gxx_g" 1>&6
  680.     if test $ac_cv_prog_gxx_g = yes; then
  681.       CXXFLAGS="-g -O"
  682.     else
  683.       CXXFLAGS="-O"
  684.     fi
  685.   fi
  686. else
  687.   GXX=
  688.   test "${CXXFLAGS+set}" = set || CXXFLAGS="-g"
  689. fi
  690.  
  691. ac_aux_dir=
  692. for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
  693.   if test -f $ac_dir/install-sh; then
  694.     ac_aux_dir=$ac_dir
  695.     ac_install_sh="$ac_aux_dir/install-sh -c"
  696.     break
  697.   elif test -f $ac_dir/install.sh; then
  698.     ac_aux_dir=$ac_dir
  699.     ac_install_sh="$ac_aux_dir/install.sh -c"
  700.     break
  701.   fi
  702. done
  703. if test -z "$ac_aux_dir"; then
  704.   { echo "configure: error: can not find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." 1>&2; exit 1; }
  705. fi
  706. ac_config_guess=$ac_aux_dir/config.guess
  707. ac_config_sub=$ac_aux_dir/config.sub
  708. ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
  709.  
  710. # Find a good install program.  We prefer a C program (faster),
  711. # so one script is as good as another.  But avoid the broken or
  712. # incompatible versions:
  713. # SysV /etc/install, /usr/sbin/install
  714. # SunOS /usr/etc/install
  715. # IRIX /sbin/install
  716. # AIX /bin/install
  717. # AFS /usr/afsws/bin/install, which mishandles nonexistent args
  718. # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
  719. # ./install, which can be erroneously created by make from ./install.sh.
  720. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  721. if test -z "$INSTALL"; then
  722. if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
  723.   echo $ac_n "(cached) $ac_c" 1>&6
  724. else
  725.     IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  726.   for ac_dir in $PATH; do
  727.     # Account for people who put trailing slashes in PATH elements.
  728.     case "$ac_dir/" in
  729.     /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
  730.     *)
  731.       # OSF1 and SCO ODT 3.0 have their own names for install.
  732.       for ac_prog in ginstall installbsd scoinst install; do
  733.         if test -f $ac_dir/$ac_prog; then
  734.       if test $ac_prog = install &&
  735.             grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
  736.         # AIX install.  It has an incompatible calling convention.
  737.         # OSF/1 installbsd also uses dspmsg, but is usable.
  738.         :
  739.       else
  740.         ac_cv_path_install="$ac_dir/$ac_prog -c"
  741.         break 2
  742.       fi
  743.     fi
  744.       done
  745.       ;;
  746.     esac
  747.   done
  748.   IFS="$ac_save_ifs"
  749.  
  750. fi
  751.   if test "${ac_cv_path_install+set}" = set; then
  752.     INSTALL="$ac_cv_path_install"
  753.   else
  754.     # As a last resort, use the slow shell script.  We don't cache a
  755.     # path for INSTALL within a source directory, because that will
  756.     # break other packages using the cache if that directory is
  757.     # removed, or if the path is relative.
  758.     INSTALL="$ac_install_sh"
  759.   fi
  760. fi
  761. echo "$ac_t""$INSTALL" 1>&6
  762.  
  763. # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
  764. # It thinks the first close brace ends the variable substitution.
  765. test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
  766.  
  767. test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
  768.  
  769.  
  770. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  771. # On Suns, sometimes $CPP names a directory.
  772. if test -n "$CPP" && test -d "$CPP"; then
  773.   CPP=
  774. fi
  775. if test -z "$CPP"; then
  776. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  777.   echo $ac_n "(cached) $ac_c" 1>&6
  778. else
  779.     # This must be in double quotes, not single quotes, because CPP may get
  780.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  781.   CPP="${CC-cc} -E"
  782.   # On the NeXT, cc -E runs the code through the compiler's parser,
  783.   # not just through cpp.
  784.   cat > conftest.$ac_ext <<EOF
  785. #line 786 "configure"
  786. #include "confdefs.h"
  787. #include <assert.h>
  788. Syntax Error
  789. EOF
  790. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  791. ac_err=`grep -v '^ *+' conftest.out`
  792. if test -z "$ac_err"; then
  793.   :
  794. else
  795.   echo "$ac_err" >&5
  796.   rm -rf conftest*
  797.   CPP="${CC-cc} -E -traditional-cpp"
  798.   cat > conftest.$ac_ext <<EOF
  799. #line 800 "configure"
  800. #include "confdefs.h"
  801. #include <assert.h>
  802. Syntax Error
  803. EOF
  804. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  805. ac_err=`grep -v '^ *+' conftest.out`
  806. if test -z "$ac_err"; then
  807.   :
  808. else
  809.   echo "$ac_err" >&5
  810.   rm -rf conftest*
  811.   CPP=/lib/cpp
  812. fi
  813. rm -f conftest*
  814. fi
  815. rm -f conftest*
  816.   ac_cv_prog_CPP="$CPP"
  817. fi
  818.   CPP="$ac_cv_prog_CPP"
  819. else
  820.   ac_cv_prog_CPP="$CPP"
  821. fi
  822. echo "$ac_t""$CPP" 1>&6
  823.  
  824. # If we cannot run a trivial program, we must be cross compiling.
  825. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  826. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  827.   echo $ac_n "(cached) $ac_c" 1>&6
  828. else
  829.   if test "$cross_compiling" = yes; then
  830.   ac_cv_c_cross=yes
  831. else
  832. cat > conftest.$ac_ext <<EOF
  833. #line 834 "configure"
  834. #include "confdefs.h"
  835. main(){return(0);}
  836. EOF
  837. eval $ac_link
  838. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  839.   ac_cv_c_cross=no
  840. else
  841.   ac_cv_c_cross=yes
  842. fi
  843. fi
  844. rm -fr conftest*
  845. fi
  846.  
  847. echo "$ac_t""$ac_cv_c_cross" 1>&6
  848. cross_compiling=$ac_cv_c_cross
  849.  
  850. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  851. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  852.   echo $ac_n "(cached) $ac_c" 1>&6
  853. else
  854.   cat > conftest.$ac_ext <<EOF
  855. #line 856 "configure"
  856. #include "confdefs.h"
  857. #include <stdlib.h>
  858. #include <stdarg.h>
  859. #include <string.h>
  860. #include <float.h>
  861. EOF
  862. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  863. ac_err=`grep -v '^ *+' conftest.out`
  864. if test -z "$ac_err"; then
  865.   rm -rf conftest*
  866.   ac_cv_header_stdc=yes
  867. else
  868.   echo "$ac_err" >&5
  869.   rm -rf conftest*
  870.   ac_cv_header_stdc=no
  871. fi
  872. rm -f conftest*
  873.  
  874. if test $ac_cv_header_stdc = yes; then
  875.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  876. cat > conftest.$ac_ext <<EOF
  877. #line 878 "configure"
  878. #include "confdefs.h"
  879. #include <string.h>
  880. EOF
  881. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  882.   egrep "memchr" >/dev/null 2>&1; then
  883.   :
  884. else
  885.   rm -rf conftest*
  886.   ac_cv_header_stdc=no
  887. fi
  888. rm -f conftest*
  889.  
  890. fi
  891.  
  892. if test $ac_cv_header_stdc = yes; then
  893.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  894. cat > conftest.$ac_ext <<EOF
  895. #line 896 "configure"
  896. #include "confdefs.h"
  897. #include <stdlib.h>
  898. EOF
  899. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  900.   egrep "free" >/dev/null 2>&1; then
  901.   :
  902. else
  903.   rm -rf conftest*
  904.   ac_cv_header_stdc=no
  905. fi
  906. rm -f conftest*
  907.  
  908. fi
  909.  
  910. if test $ac_cv_header_stdc = yes; then
  911.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  912. if test "$cross_compiling" = yes; then
  913.   :
  914. else
  915. cat > conftest.$ac_ext <<EOF
  916. #line 917 "configure"
  917. #include "confdefs.h"
  918. #include <ctype.h>
  919. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  920. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  921. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  922. int main () { int i; for (i = 0; i < 256; i++)
  923. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  924. exit (0); }
  925.  
  926. EOF
  927. eval $ac_link
  928. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  929.   :
  930. else
  931.   ac_cv_header_stdc=no
  932. fi
  933. fi
  934. rm -fr conftest*
  935. fi
  936. fi
  937.  
  938. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  939. if test $ac_cv_header_stdc = yes; then
  940.   cat >> confdefs.h <<\EOF
  941. #define STDC_HEADERS 1
  942. EOF
  943.  
  944. fi
  945.  
  946.  
  947.  
  948. for ac_hdr in sys/time.h unistd.h limits.h
  949. do
  950. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  951. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  952. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  953.   echo $ac_n "(cached) $ac_c" 1>&6
  954. else
  955.   cat > conftest.$ac_ext <<EOF
  956. #line 957 "configure"
  957. #include "confdefs.h"
  958. #include <$ac_hdr>
  959. EOF
  960. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  961. ac_err=`grep -v '^ *+' conftest.out`
  962. if test -z "$ac_err"; then
  963.   rm -rf conftest*
  964.   eval "ac_cv_header_$ac_safe=yes"
  965. else
  966.   echo "$ac_err" >&5
  967.   rm -rf conftest*
  968.   eval "ac_cv_header_$ac_safe=no"
  969. fi
  970. rm -f conftest*
  971. fi
  972. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  973.   echo "$ac_t""yes" 1>&6
  974.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  975.   cat >> confdefs.h <<EOF
  976. #define $ac_tr_hdr 1
  977. EOF
  978.  
  979. else
  980.   echo "$ac_t""no" 1>&6
  981. fi
  982. done
  983.  
  984.  
  985. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  986. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  987.   echo $ac_n "(cached) $ac_c" 1>&6
  988. else
  989.   cat > conftest.$ac_ext <<EOF
  990. #line 991 "configure"
  991. #include "confdefs.h"
  992. #include <sys/types.h>
  993. #include <sys/time.h>
  994. #include <time.h>
  995. int main() { return 0; }
  996. int t() {
  997. struct tm *tp;
  998. ; return 0; }
  999. EOF
  1000. if eval $ac_compile; then
  1001.   rm -rf conftest*
  1002.   ac_cv_header_time=yes
  1003. else
  1004.   rm -rf conftest*
  1005.   ac_cv_header_time=no
  1006. fi
  1007. rm -f conftest*
  1008.  
  1009. fi
  1010.  
  1011. echo "$ac_t""$ac_cv_header_time" 1>&6
  1012. if test $ac_cv_header_time = yes; then
  1013.   cat >> confdefs.h <<\EOF
  1014. #define TIME_WITH_SYS_TIME 1
  1015. EOF
  1016.  
  1017. fi
  1018.  
  1019. echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
  1020. if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
  1021.   echo $ac_n "(cached) $ac_c" 1>&6
  1022. else
  1023.   cat > conftest.$ac_ext <<EOF
  1024. #line 1025 "configure"
  1025. #include "confdefs.h"
  1026. #include <sys/types.h>
  1027. #include <time.h>
  1028. int main() { return 0; }
  1029. int t() {
  1030. struct tm *tp; tp->tm_sec;
  1031. ; return 0; }
  1032. EOF
  1033. if eval $ac_compile; then
  1034.   rm -rf conftest*
  1035.   ac_cv_struct_tm=time.h
  1036. else
  1037.   rm -rf conftest*
  1038.   ac_cv_struct_tm=sys/time.h
  1039. fi
  1040. rm -f conftest*
  1041.  
  1042. fi
  1043.  
  1044. echo "$ac_t""$ac_cv_struct_tm" 1>&6
  1045. if test $ac_cv_struct_tm = sys/time.h; then
  1046.   cat >> confdefs.h <<\EOF
  1047. #define TM_IN_SYS_TIME 1
  1048. EOF
  1049.  
  1050. fi
  1051.  
  1052. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  1053. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  1054.   echo $ac_n "(cached) $ac_c" 1>&6
  1055. else
  1056.   cat > conftest.$ac_ext <<EOF
  1057. #line 1058 "configure"
  1058. #include "confdefs.h"
  1059. #include <sys/types.h>
  1060. #if STDC_HEADERS
  1061. #include <stdlib.h>
  1062. #endif
  1063. EOF
  1064. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  1065.   egrep "size_t" >/dev/null 2>&1; then
  1066.   rm -rf conftest*
  1067.   ac_cv_type_size_t=yes
  1068. else
  1069.   rm -rf conftest*
  1070.   ac_cv_type_size_t=no
  1071. fi
  1072. rm -f conftest*
  1073.  
  1074. fi
  1075. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  1076. if test $ac_cv_type_size_t = no; then
  1077.   cat >> confdefs.h <<\EOF
  1078. #define size_t unsigned
  1079. EOF
  1080.  
  1081. fi
  1082.  
  1083.  
  1084. for ac_func in gettimeofday mktime usleep select strdup strstr strcasecmp strncasecmp drand48 random rand
  1085. do
  1086. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  1087. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  1088.   echo $ac_n "(cached) $ac_c" 1>&6
  1089. else
  1090.   cat > conftest.$ac_ext <<EOF
  1091. #line 1092 "configure"
  1092. #include "confdefs.h"
  1093. /* System header to define __stub macros and hopefully few prototypes,
  1094.     which can conflict with char $ac_func(); below.  */
  1095. #include <assert.h>
  1096. /* Override any gcc2 internal prototype to avoid an error.  */
  1097. char $ac_func();
  1098.  
  1099. int main() { return 0; }
  1100. int t() {
  1101.  
  1102. /* The GNU C library defines this for functions which it implements
  1103.     to always fail with ENOSYS.  Some functions are actually named
  1104.     something starting with __ and the normal name is an alias.  */
  1105. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  1106. choke me
  1107. #else
  1108. $ac_func();
  1109. #endif
  1110.  
  1111. ; return 0; }
  1112. EOF
  1113. if eval $ac_link; then
  1114.   rm -rf conftest*
  1115.   eval "ac_cv_func_$ac_func=yes"
  1116. else
  1117.   rm -rf conftest*
  1118.   eval "ac_cv_func_$ac_func=no"
  1119. fi
  1120. rm -f conftest*
  1121.  
  1122. fi
  1123. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  1124.   echo "$ac_t""yes" 1>&6
  1125.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1126.   cat >> confdefs.h <<EOF
  1127. #define $ac_tr_func 1
  1128. EOF
  1129.  
  1130. else
  1131.   echo "$ac_t""no" 1>&6
  1132. fi
  1133. done
  1134.  
  1135.  
  1136. # If we find X, set shell vars x_includes and x_libraries to the
  1137. # paths, otherwise set no_x=yes.
  1138. # Uses ac_ vars as temps to allow command line to override cache and checks.
  1139. # --without-x overrides everything else, but does not touch the cache.
  1140. echo $ac_n "checking for X""... $ac_c" 1>&6
  1141.  
  1142. # Check whether --with-x or --without-x was given.
  1143. if test "${with_x+set}" = set; then
  1144.   withval="$with_x"
  1145.   :
  1146. fi
  1147.  
  1148. if test "x$with_x" = xno; then
  1149.   no_x=yes
  1150. else
  1151.   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
  1152.     no_x=
  1153.   else
  1154. if eval "test \"`echo '$''{'ac_cv_path_x'+set}'`\" = set"; then
  1155.   echo $ac_n "(cached) $ac_c" 1>&6
  1156. else
  1157.   # One or both of the vars are not set, and there is no cached value.
  1158. no_x=yes
  1159. rm -fr conftestdir
  1160. if mkdir conftestdir; then
  1161.   cd conftestdir
  1162.   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
  1163.   cat > Imakefile <<'EOF'
  1164. acfindx:
  1165.     @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
  1166. EOF
  1167.   if (xmkmf) >/dev/null 2>/dev/null && test -f Makefile; then
  1168.     no_x=
  1169.     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
  1170.     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
  1171.     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
  1172.     for ac_extension in a so sl; do
  1173.       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
  1174.         test -f $ac_im_libdir/libX11.$ac_extension; then
  1175.         ac_im_usrlibdir=$ac_im_libdir; break
  1176.       fi
  1177.     done
  1178.     # Screen out bogus values from the imake configuration.
  1179.     case "$ac_im_incroot" in
  1180.     /usr/include) ;;
  1181.     *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes="$ac_im_incroot" ;;
  1182.     esac
  1183.     case "$ac_im_usrlibdir" in
  1184.     /usr/lib | /lib) ;;
  1185.     *) test -d "$ac_im_usrlibdir" && ac_x_libraries="$ac_im_usrlibdir" ;;
  1186.     esac
  1187.   fi
  1188.   cd ..
  1189.   rm -fr conftestdir
  1190. fi
  1191.  
  1192. if test "$no_x" = yes; then
  1193. test -z "$x_direct_test_library" && x_direct_test_library=Xt
  1194. test -z "$x_direct_test_function" && x_direct_test_function=XtMalloc
  1195. test -z "$x_direct_test_include" && x_direct_test_include=X11/Intrinsic.h
  1196. cat > conftest.$ac_ext <<EOF
  1197. #line 1198 "configure"
  1198. #include "confdefs.h"
  1199. #include <$x_direct_test_include>
  1200. EOF
  1201. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1202. ac_err=`grep -v '^ *+' conftest.out`
  1203. if test -z "$ac_err"; then
  1204.   rm -rf conftest*
  1205.   no_x= ac_x_includes=
  1206. else
  1207.   echo "$ac_err" >&5
  1208.   rm -rf conftest*
  1209.     for ac_dir in               \
  1210.     /usr/X11R6/include        \
  1211.     /usr/X11R5/include        \
  1212.     /usr/X11R4/include        \
  1213.                               \
  1214.     /usr/include/X11R6        \
  1215.     /usr/include/X11R5        \
  1216.     /usr/include/X11R4        \
  1217.                               \
  1218.     /usr/local/X11R6/include  \
  1219.     /usr/local/X11R5/include  \
  1220.     /usr/local/X11R4/include  \
  1221.                               \
  1222.     /usr/local/include/X11R6  \
  1223.     /usr/local/include/X11R5  \
  1224.     /usr/local/include/X11R4  \
  1225.                               \
  1226.     /usr/X11/include          \
  1227.     /usr/include/X11          \
  1228.     /usr/local/X11/include    \
  1229.     /usr/local/include/X11    \
  1230.                               \
  1231.     /usr/X386/include         \
  1232.     /usr/x386/include         \
  1233.     /usr/XFree86/include/X11  \
  1234.                               \
  1235.     /usr/include              \
  1236.     /usr/local/include        \
  1237.     /usr/unsupported/include  \
  1238.     /usr/athena/include       \
  1239.     /usr/local/x11r5/include  \
  1240.     /usr/lpp/Xamples/include  \
  1241.                               \
  1242.     /usr/openwin/include      \
  1243.     /usr/openwin/share/include \
  1244.     ; \
  1245.   do
  1246.     if test -r "$ac_dir/$x_direct_test_include"; then
  1247.       no_x= ac_x_includes=$ac_dir
  1248.       break
  1249.     fi
  1250.   done
  1251. fi
  1252. rm -f conftest*
  1253.  
  1254. # Check for the libraries.
  1255. # See if we find them without any special options.
  1256. # Don't add to $LIBS permanently.
  1257. ac_save_LIBS="$LIBS"
  1258. LIBS="-l$x_direct_test_library $LIBS"
  1259. cat > conftest.$ac_ext <<EOF
  1260. #line 1261 "configure"
  1261. #include "confdefs.h"
  1262.  
  1263. int main() { return 0; }
  1264. int t() {
  1265. ${x_direct_test_function}()
  1266. ; return 0; }
  1267. EOF
  1268. if eval $ac_link; then
  1269.   rm -rf conftest*
  1270.   LIBS="$ac_save_LIBS" no_x= ac_x_libraries=
  1271. else
  1272.   rm -rf conftest*
  1273.   LIBS="$ac_save_LIBS"
  1274. # First see if replacing the include by lib works.
  1275. for ac_dir in `echo "$ac_x_includes" | sed s/include/lib/` \
  1276.     /usr/X11R6/lib        \
  1277.     /usr/X11R5/lib        \
  1278.     /usr/X11R4/lib        \
  1279.                           \
  1280.     /usr/lib/X11R6        \
  1281.     /usr/lib/X11R5        \
  1282.     /usr/lib/X11R4        \
  1283.                           \
  1284.     /usr/local/X11R6/lib  \
  1285.     /usr/local/X11R5/lib  \
  1286.     /usr/local/X11R4/lib  \
  1287.                           \
  1288.     /usr/local/lib/X11R6  \
  1289.     /usr/local/lib/X11R5  \
  1290.     /usr/local/lib/X11R4  \
  1291.                           \
  1292.     /usr/X11/lib          \
  1293.     /usr/lib/X11          \
  1294.     /usr/local/X11/lib    \
  1295.     /usr/local/lib/X11    \
  1296.                           \
  1297.     /usr/X386/lib         \
  1298.     /usr/x386/lib         \
  1299.     /usr/XFree86/lib/X11  \
  1300.                           \
  1301.     /usr/lib              \
  1302.     /usr/local/lib        \
  1303.     /usr/unsupported/lib  \
  1304.     /usr/athena/lib       \
  1305.     /usr/local/x11r5/lib  \
  1306.     /usr/lpp/Xamples/lib  \
  1307.                           \
  1308.     /usr/openwin/lib      \
  1309.     /usr/openwin/share/lib \
  1310.     ; \
  1311. do
  1312.   for ac_extension in a so sl; do
  1313.     if test -r $ac_dir/lib${x_direct_test_library}.$ac_extension; then
  1314.       no_x= ac_x_libraries=$ac_dir
  1315.       break 2
  1316.     fi
  1317.   done
  1318. done
  1319. fi
  1320. rm -f conftest*
  1321.  
  1322. fi
  1323. if test "$no_x" = yes; then
  1324.   ac_cv_path_x="no_x=yes"
  1325. else
  1326.   ac_cv_path_x="no_x= ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
  1327. fi
  1328. fi
  1329.   fi
  1330.   eval "$ac_cv_path_x"
  1331. fi # $with_x != no
  1332.  
  1333. if test "$no_x" = yes; then
  1334.   echo "$ac_t""no" 1>&6
  1335. else
  1336.   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
  1337.   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
  1338.   ac_cv_path_x="no_x= ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
  1339.   echo "$ac_t""libraries $x_libraries, headers $x_includes" 1>&6
  1340. fi
  1341.  
  1342. CPPFLAGS="${CPPFLAGS} -I${x_includes}"
  1343. LDFLAGS="${LDFLAGS} -L${x_libraries}"
  1344. echo $ac_n "checking for -lX11""... $ac_c" 1>&6
  1345. ac_lib_var=`echo X11 | tr '.-/+' '___p'`
  1346. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1347.   echo $ac_n "(cached) $ac_c" 1>&6
  1348. else
  1349.   ac_save_LIBS="$LIBS"
  1350. LIBS="-lX11  $LIBS"
  1351. cat > conftest.$ac_ext <<EOF
  1352. #line 1353 "configure"
  1353. #include "confdefs.h"
  1354.  
  1355. int main() { return 0; }
  1356. int t() {
  1357. main()
  1358. ; return 0; }
  1359. EOF
  1360. if eval $ac_link; then
  1361.   rm -rf conftest*
  1362.   eval "ac_cv_lib_$ac_lib_var=yes"
  1363. else
  1364.   rm -rf conftest*
  1365.   eval "ac_cv_lib_$ac_lib_var=no"
  1366. fi
  1367. rm -f conftest*
  1368. LIBS="$ac_save_LIBS"
  1369.  
  1370. fi
  1371. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1372.   echo "$ac_t""yes" 1>&6
  1373.   LIBS="-lXt -lX11 $LIBS"
  1374. else
  1375.   echo "$ac_t""no" 1>&6
  1376. fi
  1377.  
  1378. # Check whether --with-xpm-include or --without-xpm-include was given.
  1379. if test "${with_xpm_include+set}" = set; then
  1380.   withval="$with_xpm_include"
  1381.   CPPFLAGS="-I${with_xpm_include} ${CPPFLAGS}"
  1382. fi
  1383.  
  1384. # Check whether --with-xpm-lib or --without-xpm-lib was given.
  1385. if test "${with_xpm_lib+set}" = set; then
  1386.   withval="$with_xpm_lib"
  1387.   LDFLAGS="-L${with_xpm_lib} ${LDFLAGS}"
  1388. fi
  1389.  
  1390. echo $ac_n "checking for -lXpm""... $ac_c" 1>&6
  1391. ac_lib_var=`echo Xpm | tr '.-/+' '___p'`
  1392. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1393.   echo $ac_n "(cached) $ac_c" 1>&6
  1394. else
  1395.   ac_save_LIBS="$LIBS"
  1396. LIBS="-lXpm  $LIBS"
  1397. cat > conftest.$ac_ext <<EOF
  1398. #line 1399 "configure"
  1399. #include "confdefs.h"
  1400.  
  1401. int main() { return 0; }
  1402. int t() {
  1403. main()
  1404. ; return 0; }
  1405. EOF
  1406. if eval $ac_link; then
  1407.   rm -rf conftest*
  1408.   eval "ac_cv_lib_$ac_lib_var=yes"
  1409. else
  1410.   rm -rf conftest*
  1411.   eval "ac_cv_lib_$ac_lib_var=no"
  1412. fi
  1413. rm -f conftest*
  1414. LIBS="$ac_save_LIBS"
  1415.  
  1416. fi
  1417. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1418.   echo "$ac_t""yes" 1>&6
  1419.     ac_tr_lib=HAVE_LIB`echo Xpm | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1420.   cat >> confdefs.h <<EOF
  1421. #define $ac_tr_lib 1
  1422. EOF
  1423.  
  1424.   LIBS="-lXpm $LIBS"
  1425.  
  1426. else
  1427.   echo "$ac_t""no" 1>&6
  1428. fi
  1429.  
  1430. echo $ac_n "checking for -lXmu""... $ac_c" 1>&6
  1431. ac_lib_var=`echo Xmu | tr '.-/+' '___p'`
  1432. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1433.   echo $ac_n "(cached) $ac_c" 1>&6
  1434. else
  1435.   ac_save_LIBS="$LIBS"
  1436. LIBS="-lXmu  $LIBS"
  1437. cat > conftest.$ac_ext <<EOF
  1438. #line 1439 "configure"
  1439. #include "confdefs.h"
  1440.  
  1441. int main() { return 0; }
  1442. int t() {
  1443. main()
  1444. ; return 0; }
  1445. EOF
  1446. if eval $ac_link; then
  1447.   rm -rf conftest*
  1448.   eval "ac_cv_lib_$ac_lib_var=yes"
  1449. else
  1450.   rm -rf conftest*
  1451.   eval "ac_cv_lib_$ac_lib_var=no"
  1452. fi
  1453. rm -f conftest*
  1454. LIBS="$ac_save_LIBS"
  1455.  
  1456. fi
  1457. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1458.   echo "$ac_t""yes" 1>&6
  1459.     ac_tr_lib=HAVE_LIB`echo Xmu | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1460.   cat >> confdefs.h <<EOF
  1461. #define $ac_tr_lib 1
  1462. EOF
  1463.  
  1464.   LIBS="-lXmu $LIBS"
  1465.  
  1466. else
  1467.   echo "$ac_t""no" 1>&6
  1468. fi
  1469.  
  1470. # Check whether --with-motif-include or --without-motif-include was given.
  1471. if test "${with_motif_include+set}" = set; then
  1472.   withval="$with_motif_include"
  1473.   CPPFLAGS="-I${with_motif_include} ${CPPFLAGS}"
  1474. fi
  1475.  
  1476. # Check whether --with-motif-lib or --without-motif-lib was given.
  1477. if test "${with_motif_lib+set}" = set; then
  1478.   withval="$with_motif_lib"
  1479.   LDFLAGS="-L${with_motif_lib} ${LDFLAGS}"
  1480. fi
  1481.  
  1482. # Check whether --with-motif or --without-motif was given.
  1483. if test "${with_motif+set}" = set; then
  1484.   withval="$with_motif"
  1485.   echo $ac_n "checking for -lXm""... $ac_c" 1>&6
  1486. ac_lib_var=`echo Xm | tr '.-/+' '___p'`
  1487. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1488.   echo $ac_n "(cached) $ac_c" 1>&6
  1489. else
  1490.   ac_save_LIBS="$LIBS"
  1491. LIBS="-lXm  $LIBS"
  1492. cat > conftest.$ac_ext <<EOF
  1493. #line 1494 "configure"
  1494. #include "confdefs.h"
  1495.  
  1496. int main() { return 0; }
  1497. int t() {
  1498. main()
  1499. ; return 0; }
  1500. EOF
  1501. if eval $ac_link; then
  1502.   rm -rf conftest*
  1503.   eval "ac_cv_lib_$ac_lib_var=yes"
  1504. else
  1505.   rm -rf conftest*
  1506.   eval "ac_cv_lib_$ac_lib_var=no"
  1507. fi
  1508. rm -f conftest*
  1509. LIBS="$ac_save_LIBS"
  1510.  
  1511. fi
  1512. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1513.   echo "$ac_t""yes" 1>&6
  1514.     ac_tr_lib=HAVE_LIB`echo Xm | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1515.   cat >> confdefs.h <<EOF
  1516. #define $ac_tr_lib 1
  1517. EOF
  1518.  
  1519.   LIBS="-lXm $LIBS"
  1520.  
  1521. else
  1522.   echo "$ac_t""no" 1>&6
  1523. fi
  1524.  
  1525. else
  1526.   echo $ac_n "checking for -lXaw""... $ac_c" 1>&6
  1527. ac_lib_var=`echo Xaw | tr '.-/+' '___p'`
  1528. if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  1529.   echo $ac_n "(cached) $ac_c" 1>&6
  1530. else
  1531.   ac_save_LIBS="$LIBS"
  1532. LIBS="-lXaw  $LIBS"
  1533. cat > conftest.$ac_ext <<EOF
  1534. #line 1535 "configure"
  1535. #include "confdefs.h"
  1536.  
  1537. int main() { return 0; }
  1538. int t() {
  1539. main()
  1540. ; return 0; }
  1541. EOF
  1542. if eval $ac_link; then
  1543.   rm -rf conftest*
  1544.   eval "ac_cv_lib_$ac_lib_var=yes"
  1545. else
  1546.   rm -rf conftest*
  1547.   eval "ac_cv_lib_$ac_lib_var=no"
  1548. fi
  1549. rm -f conftest*
  1550. LIBS="$ac_save_LIBS"
  1551.  
  1552. fi
  1553. if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  1554.   echo "$ac_t""yes" 1>&6
  1555.     ac_tr_lib=HAVE_LIB`echo Xaw | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  1556.   cat >> confdefs.h <<EOF
  1557. #define $ac_tr_lib 1
  1558. EOF
  1559.  
  1560.   LIBS="-lXaw $LIBS"
  1561.  
  1562. else
  1563.   echo "$ac_t""no" 1>&6
  1564. fi
  1565.  
  1566. fi
  1567.  
  1568.  
  1569. # Check whether --enable-dupscore or --disable-dupscore was given.
  1570. if test "${enable_dupscore+set}" = set; then
  1571.   enableval="$enable_dupscore"
  1572.   cat >> confdefs.h <<\EOF
  1573. #define ALLOW_DUPSCORE 1
  1574. EOF
  1575.  
  1576. fi
  1577.  
  1578.  
  1579. # Check whether --enable-japanese or --disable-japanese was given.
  1580. if test "${enable_japanese+set}" = set; then
  1581.   enableval="$enable_japanese"
  1582.   cat >> confdefs.h <<EOF
  1583. #define KANJICODE "${enable_japanese}"
  1584. EOF
  1585.  
  1586. fi
  1587.  
  1588.  
  1589. cat >> confdefs.h <<\EOF
  1590. #define XSHISEN_VERSION "1.35"
  1591. EOF
  1592.  
  1593. CPPFLAGS="${CPPFLAGS} -DLIB_DIR=\\\"\$(XSHISENLIB)\\\""
  1594.  
  1595. for i in ${mandir} /usr/share/man /usr/man /usr/local/man; do
  1596.   for j in japanese japan ja ja_JP ja_JP.eucJP ja_JP.SJIS; do
  1597.     if [ -d "$i/$j" ]; then
  1598.       JAPANESE="$j"
  1599.       break 2;
  1600.     fi
  1601.   done
  1602. done
  1603. case "${JAPANESE}" in
  1604. j*) ;;
  1605. *) if [ "${enable_japanese}" = "euc" ]; then
  1606.      JAPANESE="ja_JP.eucJP"
  1607.    elif [ "${enable_japanese}" = "sjis" ]; then
  1608.      JAPANESE="ja_JP.SJIS"
  1609.    else
  1610.      JAPANESE="ja_JP.JIS7"
  1611.    fi;;
  1612. esac
  1613.  
  1614.  if [ -d "${x_libraries}/X11/app-defaults" ]; then
  1615.   XAD_DIR="${x_libraries}/X11/app-defaults"
  1616.   JXAD_DIR="${x_libraries}/X11/${JAPANESE}/app-defaults"
  1617. elif [ -d "${x_libraries}/app-defaults" ]; then
  1618.   XAD_DIR="${x_libraries}/app-defaults"
  1619.   JXAD_DIR="${x_libraries}/${JAPANESE}/app-defaults"
  1620. else
  1621.   XAD_DIR="/usr/lib/X11/app-defaults"
  1622.   JXAD_DIR="/usr/lib/X11/${JAPANESE}/app-defaults"
  1623. fi
  1624.  
  1625. # Extract the first word of "mkdirhier", so it can be a program name with args.
  1626. set dummy mkdirhier; ac_word=$2
  1627. echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  1628. if eval "test \"`echo '$''{'ac_cv_path_MKDIR'+set}'`\" = set"; then
  1629.   echo $ac_n "(cached) $ac_c" 1>&6
  1630. else
  1631.   case "$MKDIR" in
  1632.   /*)
  1633.   ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path.
  1634.   ;;
  1635.   *)
  1636.   IFS="${IFS=     }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
  1637.   for ac_dir in $PATH; do
  1638.     test -z "$ac_dir" && ac_dir=.
  1639.     if test -f $ac_dir/$ac_word; then
  1640.       ac_cv_path_MKDIR="$ac_dir/$ac_word"
  1641.       break
  1642.     fi
  1643.   done
  1644.   IFS="$ac_save_ifs"
  1645.   test -z "$ac_cv_path_MKDIR" && ac_cv_path_MKDIR="mkdir -p"
  1646.   ;;
  1647. esac
  1648. fi
  1649. MKDIR="$ac_cv_path_MKDIR"
  1650. if test -n "$MKDIR"; then
  1651.   echo "$ac_t""$MKDIR" 1>&6
  1652. else
  1653.   echo "$ac_t""no" 1>&6
  1654. fi
  1655.  
  1656.  
  1657.  
  1658.  
  1659.  
  1660.  
  1661. trap '' 1 2 15
  1662. cat > confcache <<\EOF
  1663. # This file is a shell script that caches the results of configure
  1664. # tests run on this system so they can be shared between configure
  1665. # scripts and configure runs.  It is not useful on other systems.
  1666. # If it contains results you don't want to keep, you may remove or edit it.
  1667. #
  1668. # By default, configure uses ./config.cache as the cache file,
  1669. # creating it if it does not exist already.  You can give configure
  1670. # the --cache-file=FILE option to use a different cache file; that is
  1671. # what configure does when it calls configure scripts in
  1672. # subdirectories, so they share the cache.
  1673. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1674. # config.status only pays attention to the cache file if you give it the
  1675. # --recheck option to rerun configure.
  1676. #
  1677. EOF
  1678. # Ultrix sh set writes to stderr and can't be redirected directly,
  1679. # and sets the high bit in the cache file unless we assign to the vars.
  1680. (set) 2>&1 |
  1681.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1682.   >> confcache
  1683. if cmp -s $cache_file confcache; then
  1684.   :
  1685. else
  1686.   if test -w $cache_file; then
  1687.     echo "updating cache $cache_file"
  1688.     cat confcache > $cache_file
  1689.   else
  1690.     echo "not updating unwritable cache $cache_file"
  1691.   fi
  1692. fi
  1693. rm -f confcache
  1694.  
  1695. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1696.  
  1697. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1698. # Let make expand exec_prefix.
  1699. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1700.  
  1701. # Any assignment to VPATH causes Sun make to only execute
  1702. # the first set of double-colon rules, so remove it if not needed.
  1703. # If there is a colon in the path, we need to keep it.
  1704. if test "x$srcdir" = x.; then
  1705.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1706. fi
  1707.  
  1708. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1709.  
  1710. DEFS=-DHAVE_CONFIG_H
  1711.  
  1712. # Without the "./", some shells look in PATH for config.status.
  1713. : ${CONFIG_STATUS=./config.status}
  1714.  
  1715. echo creating $CONFIG_STATUS
  1716. rm -f $CONFIG_STATUS
  1717. cat > $CONFIG_STATUS <<EOF
  1718. #! /bin/sh
  1719. # Generated automatically by configure.
  1720. # Run this file to recreate the current configuration.
  1721. # This directory was configured as follows,
  1722. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1723. #
  1724. # $0 $ac_configure_args
  1725. #
  1726. # Compiler output produced by configure, useful for debugging
  1727. # configure, is in ./config.log if it exists.
  1728.  
  1729. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1730. for ac_option
  1731. do
  1732.   case "\$ac_option" in
  1733.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1734.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1735.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1736.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1737.     echo "$CONFIG_STATUS generated by autoconf version 2.7"
  1738.     exit 0 ;;
  1739.   -help | --help | --hel | --he | --h)
  1740.     echo "\$ac_cs_usage"; exit 0 ;;
  1741.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1742.   esac
  1743. done
  1744.  
  1745. ac_given_srcdir=$srcdir
  1746. ac_given_INSTALL="$INSTALL"
  1747.  
  1748. trap 'rm -fr `echo "Makefile config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1749. EOF
  1750. cat >> $CONFIG_STATUS <<EOF
  1751.  
  1752. # Protect against being on the right side of a sed subst in config.status.
  1753. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1754.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1755. $ac_vpsub
  1756. $extrasub
  1757. s%@CFLAGS@%$CFLAGS%g
  1758. s%@CPPFLAGS@%$CPPFLAGS%g
  1759. s%@CXXFLAGS@%$CXXFLAGS%g
  1760. s%@DEFS@%$DEFS%g
  1761. s%@LDFLAGS@%$LDFLAGS%g
  1762. s%@LIBS@%$LIBS%g
  1763. s%@exec_prefix@%$exec_prefix%g
  1764. s%@prefix@%$prefix%g
  1765. s%@program_transform_name@%$program_transform_name%g
  1766. s%@bindir@%$bindir%g
  1767. s%@sbindir@%$sbindir%g
  1768. s%@libexecdir@%$libexecdir%g
  1769. s%@datadir@%$datadir%g
  1770. s%@sysconfdir@%$sysconfdir%g
  1771. s%@sharedstatedir@%$sharedstatedir%g
  1772. s%@localstatedir@%$localstatedir%g
  1773. s%@libdir@%$libdir%g
  1774. s%@includedir@%$includedir%g
  1775. s%@oldincludedir@%$oldincludedir%g
  1776. s%@infodir@%$infodir%g
  1777. s%@mandir@%$mandir%g
  1778. s%@CC@%$CC%g
  1779. s%@CXX@%$CXX%g
  1780. s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  1781. s%@INSTALL_DATA@%$INSTALL_DATA%g
  1782. s%@CPP@%$CPP%g
  1783. s%@MKDIR@%$MKDIR%g
  1784. s%@JAPANESE@%$JAPANESE%g
  1785. s%@XAD_DIR@%$XAD_DIR%g
  1786. s%@JXAD_DIR@%$JXAD_DIR%g
  1787.  
  1788. CEOF
  1789. EOF
  1790. cat >> $CONFIG_STATUS <<EOF
  1791.  
  1792. CONFIG_FILES=\${CONFIG_FILES-"Makefile"}
  1793. EOF
  1794. cat >> $CONFIG_STATUS <<\EOF
  1795. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1796.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1797.   case "$ac_file" in
  1798.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1799.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1800.   *) ac_file_in="${ac_file}.in" ;;
  1801.   esac
  1802.  
  1803.   # Adjust relative srcdir, etc. for subdirectories.
  1804.  
  1805.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1806.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1807.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1808.     # The file is in a subdirectory.
  1809.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1810.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1811.     # A "../" for each directory in $ac_dir_suffix.
  1812.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1813.   else
  1814.     ac_dir_suffix= ac_dots=
  1815.   fi
  1816.  
  1817.   case "$ac_given_srcdir" in
  1818.   .)  srcdir=.
  1819.       if test -z "$ac_dots"; then top_srcdir=.
  1820.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1821.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1822.   *) # Relative path.
  1823.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1824.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1825.   esac
  1826.  
  1827.   case "$ac_given_INSTALL" in
  1828.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  1829.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  1830.   esac
  1831.   echo creating "$ac_file"
  1832.   rm -f "$ac_file"
  1833.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1834.   case "$ac_file" in
  1835.   *Makefile*) ac_comsub="1i\\
  1836. # $configure_input" ;;
  1837.   *) ac_comsub= ;;
  1838.   esac
  1839.   sed -e "$ac_comsub
  1840. s%@configure_input@%$configure_input%g
  1841. s%@srcdir@%$srcdir%g
  1842. s%@top_srcdir@%$top_srcdir%g
  1843. s%@INSTALL@%$INSTALL%g
  1844. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1845. fi; done
  1846. rm -f conftest.subs
  1847.  
  1848. # These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
  1849. # NAME is the cpp macro being defined and VALUE is the value it is being given.
  1850. #
  1851. # ac_d sets the value in "#define NAME VALUE" lines.
  1852. ac_dA='s%^\([     ]*\)#\([     ]*define[     ][     ]*\)'
  1853. ac_dB='\([     ][     ]*\)[^     ]*%\1#\2'
  1854. ac_dC='\3'
  1855. ac_dD='%g'
  1856. # ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
  1857. ac_uA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1858. ac_uB='\([     ]\)%\1#\2define\3'
  1859. ac_uC=' '
  1860. ac_uD='\4%g'
  1861. # ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
  1862. ac_eA='s%^\([     ]*\)#\([     ]*\)undef\([     ][     ]*\)'
  1863. ac_eB='$%\1#\2define\3'
  1864. ac_eC=' '
  1865. ac_eD='%g'
  1866.  
  1867. CONFIG_HEADERS=${CONFIG_HEADERS-"config.h"}
  1868. for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
  1869.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1870.   case "$ac_file" in
  1871.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1872.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1873.   *) ac_file_in="${ac_file}.in" ;;
  1874.   esac
  1875.  
  1876.   echo creating $ac_file
  1877.  
  1878.   rm -f conftest.frag conftest.in conftest.out
  1879.   cp $ac_given_srcdir/$ac_file_in conftest.in
  1880.  
  1881. EOF
  1882.  
  1883. # Transform confdefs.h into a sed script conftest.vals that substitutes
  1884. # the proper values into config.h.in to produce config.h.  And first:
  1885. # Protect against being on the right side of a sed subst in config.status.
  1886. # Protect against being in an unquoted here document in config.status.
  1887. rm -f conftest.vals
  1888. cat > conftest.hdr <<\EOF
  1889. s/[\\&%]/\\&/g
  1890. s%[\\$`]%\\&%g
  1891. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
  1892. s%ac_d%ac_u%gp
  1893. s%ac_u%ac_e%gp
  1894. EOF
  1895. sed -n -f conftest.hdr confdefs.h > conftest.vals
  1896. rm -f conftest.hdr
  1897.  
  1898. # This sed command replaces #undef with comments.  This is necessary, for
  1899. # example, in the case of _POSIX_SOURCE, which is predefined and required
  1900. # on some systems where configure will not decide to define it.
  1901. cat >> conftest.vals <<\EOF
  1902. s%^[     ]*#[     ]*undef[     ][     ]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
  1903. EOF
  1904.  
  1905. # Break up conftest.vals because some shells have a limit on
  1906. # the size of here documents, and old seds have small limits too.
  1907. # Maximum number of lines to put in a single here document.
  1908. ac_max_here_lines=12
  1909.  
  1910. rm -f conftest.tail
  1911. while :
  1912. do
  1913.   ac_lines=`grep -c . conftest.vals`
  1914.   # grep -c gives empty output for an empty file on some AIX systems.
  1915.   if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  1916.   # Write a limited-size here document to conftest.frag.
  1917.   echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  1918.   sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  1919.   echo 'CEOF
  1920.   sed -f conftest.frag conftest.in > conftest.out
  1921.   rm -f conftest.in
  1922.   mv conftest.out conftest.in
  1923. ' >> $CONFIG_STATUS
  1924.   sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  1925.   rm -f conftest.vals
  1926.   mv conftest.tail conftest.vals
  1927. done
  1928. rm -f conftest.vals
  1929.  
  1930. cat >> $CONFIG_STATUS <<\EOF
  1931.   rm -f conftest.frag conftest.h
  1932.   echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  1933.   cat conftest.in >> conftest.h
  1934.   rm -f conftest.in
  1935.   if cmp -s $ac_file conftest.h 2>/dev/null; then
  1936.     echo "$ac_file is unchanged"
  1937.     rm -f conftest.h
  1938.   else
  1939.     rm -f $ac_file
  1940.     mv conftest.h $ac_file
  1941.   fi
  1942. fi; done
  1943.  
  1944.  
  1945.  
  1946. exit 0
  1947. EOF
  1948. chmod +x $CONFIG_STATUS
  1949. rm -fr confdefs* $ac_clean_files
  1950. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1951.  
  1952.